// sky (tilt) camera
camera
{
  location  < 0, 1, -5 >                // position
  sky       < 1, 0.5, 0 >               // points to camera "sky"
  look_at   < 0, 0, 0 >                 // view
  right     x*image_width/image_height  // aspect
}
